internal/runtime/maps.table.clone (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L813: 			newDir[i] = t.clone(typ)
		table.go#L1294: func (t *table) clone(typ *abi.MapType) *table {